home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / prtrk / DEMO2.MDB / PR Data.json next >
Encoding:
JavaScript Object Notation  |  1996-09-01  |  4.8 KB

  1. {
  2.     "schema": {
  3.         "Number": "Integer",
  4.         "Title": "Text (56)",
  5.         "OrigDate": "DateTime",
  6.         "ModDate": "DateTime",
  7.         "Priority": "Integer",
  8.         "Status": "Integer",
  9.         "Type": "Text (25)",
  10.         "Subtype": "Text (25)",
  11.         "Method": "Text (25)",
  12.         "Property1": "Boolean NOT NULL",
  13.         "Property2": "Boolean NOT NULL",
  14.         "Property3": "Boolean NOT NULL",
  15.         "Property4": "Boolean NOT NULL",
  16.         "Originator": "Text (25)",
  17.         "Investigator": "Text (25)",
  18.         "Resolver": "Text (25)",
  19.         "Verifier": "Text (25)",
  20.         "EstInvHours": "Single",
  21.         "EstResHours": "Single",
  22.         "EstVerHours": "Single",
  23.         "ActInvHours": "Single",
  24.         "ActResHours": "Single",
  25.         "ActVerHours": "Single"
  26.     },
  27.     "data": [
  28.         {
  29.             "Number": 1,
  30.             "Title": "Crash when compiling template function",
  31.             "OrigDate": "06/04/95 00:00:00",
  32.             "ModDate": "06/06/95 15:07:25",
  33.             "Priority": 3,
  34.             "Status": 8,
  35.             "Type": "C++ Compiler",
  36.             "Method": "System Test",
  37.             "Property1": 0,
  38.             "Property2": 0,
  39.             "Property3": 0,
  40.             "Property4": 0,
  41.             "Originator": "Tom Tester",
  42.             "Resolver": "Donna Developer",
  43.             "EstInvHours": 2,
  44.             "EstResHours": 8,
  45.             "EstVerHours": 3,
  46.             "ActInvHours": 0,
  47.             "ActResHours": 0,
  48.             "ActVerHours": 0
  49.         },
  50.         {
  51.             "Number": 2,
  52.             "Title": "The ++ operator does not work for structure pointers",
  53.             "OrigDate": "06/04/95 00:00:00",
  54.             "ModDate": "06/06/95 15:10:56",
  55.             "Priority": 3,
  56.             "Status": 8,
  57.             "Type": "C Compiler",
  58.             "Method": "System Test",
  59.             "Property1": 0,
  60.             "Property2": 0,
  61.             "Property3": 0,
  62.             "Property4": 0,
  63.             "Originator": "Tom Tester",
  64.             "Investigator": "Dave Developer",
  65.             "Resolver": "Dave Developer",
  66.             "Verifier": "Tom Tester",
  67.             "EstInvHours": 1,
  68.             "EstResHours": 5,
  69.             "EstVerHours": 2,
  70.             "ActInvHours": 0,
  71.             "ActResHours": 3,
  72.             "ActVerHours": 2
  73.         },
  74.         {
  75.             "Number": 3,
  76.             "Title": "Missing { not reported at end of file",
  77.             "OrigDate": "06/04/95 00:00:00",
  78.             "ModDate": "06/06/95 15:13:26",
  79.             "Priority": 3,
  80.             "Status": 4,
  81.             "Type": "C Compiler",
  82.             "Method": "System Test",
  83.             "Property1": 0,
  84.             "Property2": 0,
  85.             "Property3": 0,
  86.             "Property4": 0,
  87.             "Originator": "Tom Tester",
  88.             "Investigator": "Donna Developer",
  89.             "Resolver": "Donna Developer",
  90.             "Verifier": "Tom Tester",
  91.             "EstInvHours": 1,
  92.             "EstResHours": 2,
  93.             "EstVerHours": 1,
  94.             "ActInvHours": 0,
  95.             "ActResHours": 0,
  96.             "ActVerHours": 0
  97.         },
  98.         {
  99.             "Number": 4,
  100.             "Title": "Debugger does not break when member variable changes",
  101.             "OrigDate": "06/04/95 00:00:00",
  102.             "ModDate": "06/06/95 15:17:09",
  103.             "Priority": 3,
  104.             "Status": 6,
  105.             "Type": "Debugger",
  106.             "Method": "System Test",
  107.             "Property1": 0,
  108.             "Property2": 0,
  109.             "Property3": 0,
  110.             "Property4": 0,
  111.             "Originator": "Tom Tester",
  112.             "Investigator": "Donna Developer",
  113.             "Resolver": "Donna Developer",
  114.             "Verifier": "Tom Tester",
  115.             "EstInvHours": 2,
  116.             "EstResHours": 4,
  117.             "EstVerHours": 1,
  118.             "ActInvHours": 0,
  119.             "ActResHours": 0,
  120.             "ActVerHours": 1
  121.         },
  122.         {
  123.             "Number": 5,
  124.             "Title": "Breakpoints in template functions",
  125.             "OrigDate": "06/04/95 00:00:00",
  126.             "ModDate": "06/05/95 14:24:35",
  127.             "Priority": 3,
  128.             "Status": 2,
  129.             "Type": "Debugger",
  130.             "Method": "System Test",
  131.             "Property1": 0,
  132.             "Property2": 0,
  133.             "Property3": 0,
  134.             "Property4": 0,
  135.             "Originator": "Tracy Tester",
  136.             "Investigator": "Dave Developer",
  137.             "Resolver": "Dave Developer",
  138.             "Verifier": "Tracy Tester",
  139.             "EstInvHours": 2,
  140.             "EstResHours": 3,
  141.             "EstVerHours": 2,
  142.             "ActInvHours": 0,
  143.             "ActResHours": 0,
  144.             "ActVerHours": 0
  145.         },
  146.         {
  147.             "Number": 6,
  148.             "Title": "Far pointers not dereferenced correctly when optimizing",
  149.             "OrigDate": "06/04/95 00:00:00",
  150.             "ModDate": "06/05/95 14:26:17",
  151.             "Priority": 3,
  152.             "Status": 2,
  153.             "Type": "C Compiler",
  154.             "Method": "System Test",
  155.             "Property1": 0,
  156.             "Property2": 0,
  157.             "Property3": 0,
  158.             "Property4": 0,
  159.             "Originator": "Tracy Tester",
  160.             "Investigator": "Dave Developer",
  161.             "Resolver": "Dave Developer",
  162.             "Verifier": "Tracy Tester",
  163.             "EstInvHours": 1,
  164.             "EstResHours": 5,
  165.             "EstVerHours": 1,
  166.             "ActInvHours": 0,
  167.             "ActResHours": 0,
  168.             "ActVerHours": 0
  169.         },
  170.         {
  171.             "Number": 7,
  172.             "Title": "Anonymous unions don't compile",
  173.             "OrigDate": "06/04/95 00:00:00",
  174.             "ModDate": "06/06/95 15:22:41",
  175.             "Priority": 3,
  176.             "Status": 4,
  177.             "Type": "C++ Compiler",
  178.             "Method": "System Test",
  179.             "Property1": 0,
  180.             "Property2": 0,
  181.             "Property3": 0,
  182.             "Property4": 0,
  183.             "Originator": "Tom Tester",
  184.             "Investigator": "Dave Developer",
  185.             "Resolver": "Dave Developer",
  186.             "Verifier": "Tom Tester",
  187.             "EstInvHours": 1,
  188.             "EstResHours": 2,
  189.             "EstVerHours": 1,
  190.             "ActInvHours": 0,
  191.             "ActResHours": 2,
  192.             "ActVerHours": 0
  193.         },
  194.         {
  195.             "Number": 8,
  196.             "Title": "Destructors aren't called at the end of function",
  197.             "OrigDate": "06/04/95 00:00:00",
  198.             "ModDate": "06/05/95 14:28:48",
  199.             "Priority": 2,
  200.             "Status": 2,
  201.             "Type": "C++ Compiler",
  202.             "Method": "System Test",
  203.             "Property1": 0,
  204.             "Property2": 0,
  205.             "Property3": 0,
  206.             "Property4": 0,
  207.             "Originator": "Tom Tester",
  208.             "Investigator": "Dave Developer",
  209.             "Resolver": "Dave Developer",
  210.             "Verifier": "Tom Tester",
  211.             "EstInvHours": 2,
  212.             "EstResHours": 6,
  213.             "EstVerHours": 2,
  214.             "ActInvHours": 0,
  215.             "ActResHours": 0,
  216.             "ActVerHours": 0
  217.         },
  218.         {
  219.             "Number": 9,
  220.             "Title": "Scope resolution operator",
  221.             "OrigDate": "06/04/95 00:00:00",
  222.             "ModDate": "06/06/95 15:08:21",
  223.             "Priority": 3,
  224.             "Status": 1,
  225.             "Type": "C++ Compiler",
  226.             "Method": "System Test",
  227.             "Property1": 0,
  228.             "Property2": 0,
  229.             "Property3": 0,
  230.             "Property4": 0,
  231.             "Originator": "Tom Tester",
  232.             "EstInvHours": 0,
  233.             "EstResHours": 0,
  234.             "EstVerHours": 0,
  235.             "ActInvHours": 0,
  236.             "ActResHours": 0,
  237.             "ActVerHours": 0
  238.         },
  239.         {
  240.             "Number": 10,
  241.             "Title": "Parameters not converted to uppercase for pascal calls",
  242.             "OrigDate": "06/05/95 00:00:00",
  243.             "ModDate": "06/06/95 15:07:57",
  244.             "Priority": 3,
  245.             "Status": 1,
  246.             "Type": "C Compiler",
  247.             "Method": "System Test",
  248.             "Property1": 0,
  249.             "Property2": 0,
  250.             "Property3": 0,
  251.             "Property4": 0,
  252.             "Originator": "Tracy Tester",
  253.             "EstInvHours": 0,
  254.             "EstResHours": 0,
  255.             "EstVerHours": 0,
  256.             "ActInvHours": 0,
  257.             "ActResHours": 0,
  258.             "ActVerHours": 0
  259.         }
  260.     ]
  261. }